POV-Ray : Newsgroups : povray.binaries.images : I need help POVing this shape... - 1 attachment : Re: I need help POVing this shape... - 1 attachment Server Time
16 Aug 2024 20:31:01 EDT (-0400)
  Re: I need help POVing this shape... - 1 attachment  
From: J  Grimbert
Date: 27 Dec 2001 08:43:18
Message: <3C2B25B7.3DAC1433@atosorigin.com>
Do not try to extend the box part, rather extend the 1/4 cylinder, then!

sample:

 merge {
   box { 0, <1,-1,1> }
   intersection {
      cylinder { 0, <0,0,1>, 1 }
      box { <-1.1, -1.1, -0.1>,<0.1, 0, 1.1> } // instead of <0,0,1.1> 
      }
   }
     

-- 
Non Sine Numine
http://grimbert.cjb.net/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.